home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Tree / Makefile < prev    next >
Makefile  |  1992-07-13  |  9KB  |  164 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../Makedefs
  14. include ../Makedefs
  15.  
  16. CURDIR  = $(TOP)/$(DIRNAME)/Tree/
  17. HEADERS = Base_Binary_Node.h Binary_Node.h \
  18.       Base_Binary_Tree.h Binary_Tree.h \
  19.       AVL_Tree.h \
  20.       N_Node.h D_Node.h NT_State.h N_Tree.h 
  21. SOURCES = Base_Binary_Node.C Base_Binary_Tree.C NT_State.C
  22. TEMPLATES = Binary_Node.C Binary_Tree.C AVL_Tree.C N_Node.C D_Node.C N_Tree.C
  23. OBJECTS = $(SOURCES:.C=.o)
  24. SUBDIRS = tests
  25.  
  26. include ../../Makeclassestargs
  27.  
  28. # DO NOT DELETE THIS LINE -- make depend depends on it.
  29.  
  30. Base_Binary_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  31. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/stream.h
  32. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/iostream.h
  33. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/memory.h
  34. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  35. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/iomanip.h
  36. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/generic.h
  37. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  38. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/stdio.h
  39. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/fstream.h
  40. Base_Binary_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
  41. Base_Binary_Node.o: /usr/lang/SC1.0/include/CC/values.h
  42. Base_Binary_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
  43. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  44. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  45. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stream.h
  46. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/iostream.h
  47. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/memory.h
  48. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  49. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/iomanip.h
  50. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/generic.h
  51. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  52. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdio.h
  53. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/fstream.h
  54. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/misc.h
  55. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/values.h
  56. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/defs.h
  57. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  58. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  59. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/new.h
  60. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
  61. Base_Binary_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  62. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  63. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.C
  64. Base_Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.C
  65. NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
  66. NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  67. NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  68. NT_State.o: /usr/lang/SC1.0/include/CC/new.h
  69. NT_State.o: /usr/lang/SC1.0/include/CC/stddef.h
  70. NT_State.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  71. NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  72. NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.C
  73. NT_State.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.C
  74. Binary_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  75. Binary_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  76. Binary_Node.o: /usr/lang/SC1.0/include/CC/stream.h
  77. Binary_Node.o: /usr/lang/SC1.0/include/CC/iostream.h
  78. Binary_Node.o: /usr/lang/SC1.0/include/CC/memory.h
  79. Binary_Node.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  80. Binary_Node.o: /usr/lang/SC1.0/include/CC/iomanip.h
  81. Binary_Node.o: /usr/lang/SC1.0/include/CC/generic.h
  82. Binary_Node.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  83. Binary_Node.o: /usr/lang/SC1.0/include/CC/stdio.h
  84. Binary_Node.o: /usr/lang/SC1.0/include/CC/fstream.h
  85. Binary_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
  86. Binary_Node.o: /usr/lang/SC1.0/include/CC/values.h
  87. Binary_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
  88. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
  89. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  90. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  91. Binary_Tree.o: /usr/lang/SC1.0/include/CC/stream.h
  92. Binary_Tree.o: /usr/lang/SC1.0/include/CC/iostream.h
  93. Binary_Tree.o: /usr/lang/SC1.0/include/CC/memory.h
  94. Binary_Tree.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  95. Binary_Tree.o: /usr/lang/SC1.0/include/CC/iomanip.h
  96. Binary_Tree.o: /usr/lang/SC1.0/include/CC/generic.h
  97. Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  98. Binary_Tree.o: /usr/lang/SC1.0/include/CC/stdio.h
  99. Binary_Tree.o: /usr/lang/SC1.0/include/CC/fstream.h
  100. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/misc.h
  101. Binary_Tree.o: /usr/lang/SC1.0/include/CC/values.h
  102. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/defs.h
  103. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  104. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  105. Binary_Tree.o: /usr/lang/SC1.0/include/CC/new.h
  106. Binary_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
  107. Binary_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  108. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  109. Binary_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  110. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.h
  111. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
  112. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  113. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  114. AVL_Tree.o: /usr/lang/SC1.0/include/CC/stream.h
  115. AVL_Tree.o: /usr/lang/SC1.0/include/CC/iostream.h
  116. AVL_Tree.o: /usr/lang/SC1.0/include/CC/memory.h
  117. AVL_Tree.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  118. AVL_Tree.o: /usr/lang/SC1.0/include/CC/iomanip.h
  119. AVL_Tree.o: /usr/lang/SC1.0/include/CC/generic.h
  120. AVL_Tree.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  121. AVL_Tree.o: /usr/lang/SC1.0/include/CC/stdio.h
  122. AVL_Tree.o: /usr/lang/SC1.0/include/CC/fstream.h
  123. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/misc.h
  124. AVL_Tree.o: /usr/lang/SC1.0/include/CC/values.h
  125. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/defs.h
  126. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  127. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  128. AVL_Tree.o: /usr/lang/SC1.0/include/CC/new.h
  129. AVL_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
  130. AVL_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  131. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  132. AVL_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  133. N_Node.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.h
  134. N_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
  135. N_Node.o: /usr/lang/SC1.0/include/CC/values.h
  136. N_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
  137. D_Node.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
  138. D_Node.o: /home/etamin/u0/nguyen/cool/include/misc.h
  139. D_Node.o: /usr/lang/SC1.0/include/CC/values.h
  140. D_Node.o: /home/etamin/u0/nguyen/cool/include/defs.h
  141. D_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
  142. D_Node.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
  143. D_Node.o: /usr/lang/SC1.0/include/CC/stream.h
  144. D_Node.o: /usr/lang/SC1.0/include/CC/iostream.h
  145. D_Node.o: /usr/lang/SC1.0/include/CC/memory.h
  146. D_Node.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  147. D_Node.o: /usr/lang/SC1.0/include/CC/iomanip.h
  148. D_Node.o: /usr/lang/SC1.0/include/CC/generic.h
  149. D_Node.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  150. D_Node.o: /usr/lang/SC1.0/include/CC/stdio.h
  151. D_Node.o: /usr/lang/SC1.0/include/CC/fstream.h
  152. D_Node.o: /usr/lang/SC1.0/include/CC/stdarg.h
  153. D_Node.o: /usr/lang/SC1.0/include/CC/new.h
  154. D_Node.o: /usr/lang/SC1.0/include/CC/stddef.h
  155. D_Node.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  156. N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.h
  157. N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
  158. N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  159. N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  160. N_Tree.o: /usr/lang/SC1.0/include/CC/new.h
  161. N_Tree.o: /usr/lang/SC1.0/include/CC/stddef.h
  162. N_Tree.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  163. N_Tree.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  164.